projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9125dc7
)
searchbar: Remove superfluous padding
author
Timm Bäder
<mail@baedert.org>
Fri, 6 Oct 2017 09:15:38 +0000
(11:15 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 6 Oct 2017 12:38:07 +0000
(14:38 +0200)
So it's not 6px high when the child revealer is concealed.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 3cf72743e2ba23cf7c158208bfe0d3d5a2ae90d7..b5ca82e30b1cd33226f70199180140343944d3d7 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1381,7
+1381,7
@@
searchbar,
@extend %darkbar;
border-width: 0 0 1px;
- padding:
3
px;
+ padding:
0
px;
}
%darkbar {